for ...in for...of forEach


Posted by mijouhsieh on 2023-03-16

迴圈 for...of
迭代對象: 陣列、類陣列、字串、Map、Set、NodeList

forEach
陣列、NodeList

迴圈 for ..in
迭代對象: 物件的key
不可迭代於: 陣列元素


#for ...in #for...of #foreach







Related Posts

React Hooks - Day1

React Hooks - Day1

 筆記、09801 計算機網路概論-第1-B講 Computer Networks and the Internet

筆記、09801 計算機網路概論-第1-B講 Computer Networks and the Internet

Day 34 - Type Hints & Quizzler Game

Day 34 - Type Hints & Quizzler Game


Comments